home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- unloadMovie(the text of member "fDeleteMovie")
- set the text of member "fDeleteMovie" to "P_BRO_M"
- set the text of member "fPhotoCount" to "1"
- set the visible of sprite 48 to 0
- updateStage()
- hideoff()
- hideon()
- end
-
- on readpict pfolder, pnumber
- set fname to the pathName
- set fname to fname & "PHOTO:PICT:PHOTO" & value(pfolder) & ":P" & value(pnumber) & ".PCT"
- set the fileName of member "PictCast" to fname
- set the regPoint of member "PictCast" to point(the width of member "PictCast" / 2, the height of member "PictCast" / 2)
- set the picture of member "PictCast2" to the picture of member "PictCast"
- end
-
- on hideon
- repeat with i = 4 to 9
- set the visible of sprite i to 1
- set the cursor of sprite i to [member "YUBI", member "YUBIM"]
- end repeat
- repeat with i = 10 to 14
- set the cursor of sprite i to [member "YUBI", member "YUBIM"]
- end repeat
- if the visible of sprite 48 = 1 then
- set the visible of sprite 11 to 1
- end if
- updateStage()
- end
-
- on hideoff
- repeat with i = 4 to 14
- set the visible of sprite i to 0
- set the cursor of sprite i to [member "YUBI", member "YUBIM"]
- end repeat
- updateStage()
- end
-